Skip to content

chore: release #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 5, 2025
Merged

chore: release #434

merged 2 commits into from
Jul 5, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 3, 2025

πŸ€– New release

  • bevy_mod_scripting_derive: 0.12.0 -> 0.13.0
  • bevy_system_reflection: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • bevy_mod_scripting_core: 0.12.0 -> 0.13.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_lua: 0.12.0 -> 0.13.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_rhai: 0.12.0 -> 0.13.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_functions: 0.12.0 -> 0.13.0 (βœ“ API compatible changes)
  • mdbook_lad_preprocessor: 0.1.7 -> 0.1.8 (βœ“ API compatible changes)
  • ladfile_builder: 0.3.2 -> 0.3.3 (βœ“ API compatible changes)
  • bevy_mod_scripting: 0.12.0 -> 0.13.0 (βœ“ API compatible changes)
Changelog

bevy_mod_scripting_derive

0.12.0 - 2025-04-07

Fixed

  • Derive GetTypeDependency without explicit "core" dependency. (#409)

bevy_mod_scripting_core

0.13.0 - 2025-07-05

Added

  • Include Entity in ScriptCallbackResponseEvent (#425)
  • Add on_script_reloaded callback. (#421)
  • Warn on unknown language. (#418)

bevy_mod_scripting_lua

0.11.0 - 2025-03-29

Added

  • optimize get and set functions, add MagicFunctions sub-registry (#397)
  • allow the conversion of lua functions into ScriptValue via DynamicScriptFunction (#396)
  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)
  • ✨ Dynamic Script Components, register_new_component binding, remove_component no longer requires ReflectComponent data (#379)

bevy_mod_scripting_rhai

0.11.0 - 2025-03-29

Added

  • [breaking] bump bersion
  • optimize get and set functions, add MagicFunctions sub-registry (#397)
  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)

bevy_mod_scripting_functions

0.12.0 - 2025-04-07

Added

  • [breaking] Add BMSPlugin group, feature flag for bindings per bevy crate & add script global filter options (#408)

mdbook_lad_preprocessor

0.1.7 - 2025-04-07

Added

  • improve errors when entity is unavailable (#410)

Fixed

  • links in type functions (#412)

ladfile_builder

0.3.1 - 2025-03-29

Added

  • bump bevy to 0.15.3 (#401)

bevy_mod_scripting

0.13.0 - 2025-07-05

Added

  • [breaking] Create 0.13.0.md and bump versions
  • Include Entity in ScriptCallbackResponseEvent (#425)
  • Add on_script_reloaded callback. (#421)
  • Warn on unknown language. (#418)

Other

  • Update 0.12.0.md
  • Update 0.12.0.md
  • Update CHANGELOG.md
  • Update 0.12.0.md
  • Create 0.12.0.md


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-07-03T21-46-58Z branch from 2893276 to 34dd275 Compare July 5, 2025 12:14
@makspll makspll changed the base branch from staging to main July 5, 2025 12:36
@makspll makspll merged commit 786a3e0 into main Jul 5, 2025
23 checks passed
@makspll makspll deleted the release-plz-2025-07-03T21-46-58Z branch July 5, 2025 12:36
Copy link
Contributor Author

github-actions bot commented Jul 5, 2025

🐰 Bencher Report

Branchrelease-plz-2025-07-03T21-46-58Z
Testbedlinux-gha

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
component/access LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
3,401.40 ns
component/access RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
5,661.40 ns
component/get LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
2,067.30 ns
component/get RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
4,378.90 ns
conversions/Mut::fromπŸ“ˆ view plot
⚠️ NO THRESHOLD
80.35 ns
conversions/Ref::fromπŸ“ˆ view plot
⚠️ NO THRESHOLD
81.49 ns
conversions/ScriptValue::ListπŸ“ˆ view plot
⚠️ NO THRESHOLD
263.87 ns
conversions/ScriptValue::MapπŸ“ˆ view plot
⚠️ NO THRESHOLD
1,226.80 ns
conversions/ScriptValue::Reference::from_intoπŸ“ˆ view plot
⚠️ NO THRESHOLD
26.05 ns
conversions/Val::from_intoπŸ“ˆ view plot
⚠️ NO THRESHOLD
258.89 ns
function/call 4 args LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
1,626.10 ns
function/call 4 args RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
1,389.50 ns
function/call LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
227.22 ns
function/call RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
430.75 ns
loading/empty LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
53,343.00 ns
loading/empty RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
644,840.00 ns
math/vec mat ops LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
6,719.20 ns
math/vec mat ops RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
6,096.80 ns
query/10 entities LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
18,057.00 ns
query/10 entities RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
19,453.00 ns
query/100 entities LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
37,569.00 ns
query/100 entities RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
31,650.00 ns
query/1000 entities LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
247,440.00 ns
query/1000 entities RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
152,090.00 ns
reflection/10 LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
5,460.90 ns
reflection/10 RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
15,098.00 ns
reflection/100 LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
47,557.00 ns
reflection/100 RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
696,520.00 ns
resource/access LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
3,102.70 ns
resource/access RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
5,054.90 ns
resource/get LuaπŸ“ˆ view plot
⚠️ NO THRESHOLD
1,765.20 ns
resource/get RhaiπŸ“ˆ view plot
⚠️ NO THRESHOLD
3,788.70 ns
🐰 View full continuous benchmarking report in Bencher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant